From f827de4ec41b5f5bba304f2a062b8d67690542d6 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 4 Jan 2006 01:46:13 +0000 Subject: [PATCH] Include also the gtk20-properties message catalogs. 2006-01-04 Tor Lillqvist * gtk-zip.sh.in: Include also the gtk20-properties message catalogs. --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ gtk-zip.sh.in | 3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 11984e7312..6e195f5556 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-04 Tor Lillqvist + + * gtk-zip.sh.in: Include also the gtk20-properties message catalogs. + 2006-01-03 Matthias Clasen * gtk/gtkdnd.c: Make it compile diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 11984e7312..6e195f5556 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2006-01-04 Tor Lillqvist + + * gtk-zip.sh.in: Include also the gtk20-properties message catalogs. + 2006-01-03 Matthias Clasen * gtk/gtkdnd.c: Make it compile diff --git a/gtk-zip.sh.in b/gtk-zip.sh.in index cd706115da..d1ef66c421 100755 --- a/gtk-zip.sh.in +++ b/gtk-zip.sh.in @@ -24,7 +24,8 @@ zip $ZIP share/themes/Default/gtk-2.0-key/gtkrc zip $ZIP share/themes/Emacs/gtk-2.0-key/gtkrc zip $ZIP share/themes/MS-Windows/gtk-2.0/gtkrc -zip -r $ZIP lib/locale/*/LC_MESSAGES/gtk20.mo +zip $ZIP lib/locale/*/LC_MESSAGES/gtk20.mo +zip $ZIP lib/locale/*/LC_MESSAGES/gtk20-properties.mo rm $DEVZIP zip -r $DEVZIP -@ <